BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial";
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

/* 头部样式 */
.m {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.topbg {
    width: 100%;
    height: 327px;
    background-image: url('../images/topbg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    float: left;
}

.topline {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgb(255, 255, 255, 50%);
    float: left;
}

.topinfo {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.toplink {
    display: flex;
    justify-content: space-around;
    width: auto;
    font-size: 14px;
}

.toplink a {
    font-size: 14px;
    padding: 0 15px;
}

/* 主菜单 */

.head {
    position: relative;
    width: 100%;
    background: #0168b5;
    height: 60px;
    z-index: 9999;
    line-height: 60px;
}

.head .navbox {
    width: 1200px;
    margin: 0 auto;
}

.head .nav {
    display: block;
    float: left;
    width: 100%
}

.head .nav .nav_pc {
    width: 100%;
}

.head .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}

.head .nav ul li .f_a {
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.head .nav ul li:hover .f_a {
    background-color: #cf1322;
    color: #fff;
    transition: all .3s
}
.head .on {
    background-color: #cf1322;
    color: #fff;
    transition: all .3s
}


.head .nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    background-color: #00a2ff;
    z-index: 9999;
    box-sizing: border-box
}

.head .nav ul li .s_navbox .s_a a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
    height: 45px;
    line-height: 45px;
}

.head .nav ul li .s_navbox .s_a a:hover {
    background-color: #cf1322;
    color: #fff;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

.active {
    background-color: #cf1322
}

.activ2 {
    background-color: #cf1322
}

/* 导航下面信息 */
.navbbg {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ddd;
    float: left;
    background: #f1f1f1;
}

.meun_info {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.weather {
    width: 300px;
    height: auto;
    margin: 8px 0 0 0;
}

#search_box {
    width: 310px;
    height: 30px;
    background: url(../images/search_bg.png) no-repeat center;
    float: right;
    margin: 8px 0 0 0;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: auto auto auto 5px;
    border: 0;
    width: 205px;
    height: 30px;
    line-height: 30px;
    background: none;
    font-size: 14px;
    text-indent: 15px;
}

#search_box #go {
    float: right;
    margin: 3px 26px 0 0;
}

/* 新闻头条样式 */
.topnews {
    width: 1200px;
    height: 95px;
    background: #f1f1f1;
    margin: 20px auto;
}

.topnews i {
    width: 120px;
    height: 54px;
    background: url('../images/topnews.png');
    float: left;
    margin: 20px 20px 20px 10px;
}

.Headlines {
    width: 1050px;
    height: 95px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.Headlines h1 {
    width: 1050px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #cf1322;
    overflow: hidden;
    text-align: center;
}

.Headlines h1 a {
    font-size: 24px;
    color: #cf1322;
}

.Headlines h1 a:hover {
    font-size: 24px;
    color: #2e2e2e;
}

.Headlines p {
    width: 1050px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

/* 幻灯片新闻css */
.row1 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.slideBox {
    width: 495px;
    height: 310x;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 2em;
}

.slideBox .bd img {
    width: 495px;
    height: 310px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/* 第一行推荐新闻滑动门css */
.slideTxtBox {
    width: 395px;
    height: 310px;

}

.slideTxtBox .hd {
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    padding: 0 10px 0 20px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.slideTxtBox .hd ul li.on {
    height: 45px;
    background: #0168b5;
    color: #fff;
}

.slideTxtBox .bd ul {
    width: 395px;
    height: 45px;
    padding: 10px;
    zoom: 1;
    position: relative;
}

.slideTxtBox .bd ul em {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    left: 335px;
    bottom: 80px;
    z-index: 99;
}

.slideTxtBox .bd ul em a {
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.slideTxtBox .bd ul em a:hover {
    font-style: normal;
    font-size: 14px;
    color: #bf1d14;
}

.newslist {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.newslist a {
    width: 70%;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 15px;
}

.newslist a::before {
    width: 5px;
    height: 5px;
    background: #bf1d14;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 15px;
    content: '';
}


.newslist span {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.newslist i {
    font-size: 12px;
    font-style: normal;
    color: #666;
    line-height: 40px;
}

/* 通知公告样式 */
.notice_bg {
    width: 270px;
    height: 310px;
    background: url('../images/notice_bg.jpg') no-repeat bottom center;
}

.notice_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    box-sizing: border-box;
}

.notice_title span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #bf1d14;
    float: left;
}

.notice_title i {
    color: #bf1d14;
    font-style: normal;
    float: left;
    font-weight: bold;
}

.notice_title a {
    color: #666;
    font-size: 12px;
    float: right;
}

.notice_title a:hover {
    color: #bf1d14;
    font-size: 12px;
}

/* 公告滚动css */
.txtMarquee-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
}

.txtMarquee-top .bd {
    padding: 0;
}

.txtMarquee-top .infoList li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.txtMarquee-top .infoList li a {
    font-size: 14px;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}

/* 第二行左边样式 */
.row2 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.row2_left {
    width: 910px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row2_right {
    width: 270px;
    height: auto;
    overflow: hidden;
}

.row2_news {
    width: 443px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.news_title {
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    float: left;
    background: #f7f7f7;
}

.news_title span {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 30px;
    color: #0168b5;
    float: left;
    margin-left: 5px;
}

.news_title i {
    color: #0168b5;
    float: left;
    font-weight: bold;
    font-style: normal;
    margin-right: 5px;
}

.news_title a {
    color: #666;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

.news_title a:hover {
    color: #bf1d14;
    font-size: 12px;
}

.index_news {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}

/* 横幅轮播css */
.slideBox2 {
    width: 910px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin: 20px auto;
}

.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox2 .bd img {
    width: 910px;
    height: 100px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox2 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox2 .prevStop {
    display: none;
}

.slideBox2 .nextStop {
    display: none;
}

/* 第二行右边样式 */
.rl_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #0168b5;
    font-weight: bold;
    text-indent: 15px;
    position: relative;
}

.rl_title::before {
    width: 5px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #0168b5;
    content: '';
}

.rl_title a {
    font-size: 12px;
    font-style: normal;
    color: #666;
    float: right;
    font-weight: normal;
}

.rl_title a:hover {
    font-size: 12px;
    color: #bf1d14;
}

/* 民建概况样式 */
.rl_about {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    background: #f1f1f1;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin: 10px auto 10px auto;
}

.about_item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about_item span {
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #bf1d14;
    margin-right: 10px;
}

.about_item span a {
    font-size: 24px;
    color: #bf1d14;
}

.about_item em {
    font-style: normal;
}

#fullscreen-bg-video {
    width: 100%;
    height: 205px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cz_news a {
    width: 100% !important;
}

/* 第三行样式开始 */
.row3 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.row3_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    float: left;
}

.row3_title span {
    width: 150px;
    height: 50px;
    background: #0168b5;
    color: #fff;
    float: left;
}

.row3_title span i {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-left: 10px;
    float: left;
    font-style: normal;
}

.row3_title a {
    float: right;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.row3_title a:hover {
    float: right;
    font-size: 12px;
    color: #f00;
}

/* 企业展示滚动  */
.picScroll {
    margin: 10px auto;
    position: relative;
    width: 1200px;
    overflow: hidden;
    float: left;
}

.picScroll .prev,
.picScroll .next {
    display: block;
    position: absolute;
    top: 86px;
    left: 15px;
    width: 32px;
    height: 40px;
    background: url(../images/icons.png) no-repeat;
    z-index: 999999;
}

.picScroll .next {
    left: auto;
    right: 5px;
    background-position: -115px 0;
}

.picScroll .prev {
    background-position: -35px 0;
}

.picScroll .prev:hover {
    background-position: 5px 0px;
}

.picScroll .next:hover {
    left: auto;
    right: 5px;
    background-position: -75px 0px;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    width: 290px;
    height: 280px;
    border: 1px solid #ddd;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.picScroll ul li span {
    width: 290px;
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center;
}

.picScroll ul li img {
    width: 260px;
    height: 195px;
    display: block;
    margin: 15px;

}

/* 友情链接部分 */
.lblj {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;

}

.div_select {
    width: 228px;
    height: 48px;
    position: relative;
    float: left;
}

.lblj select {
    width: 228px;
    height: 48px;
    border: 1px solid #dfdfdf;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 30px;

}

.lblj select option {
    min-height: 3rem;
}

.div_select:after {
    content: "";
    width: 48px;
    height: 49px;
    background: url(../images/sanj.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10px;
    pointer-events: none;
}

#banquan {
    width: 100%;
    height: auto;
    padding: 30px 0;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #0168b5;
    color: #fff;
}

#banquan a {
    font-size: 14px;
    color: #fff;
}

#banquan a:hover {
    font-size: 14px;
    color: #ff0;
}

/* 列表页开始 */
.side_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.side_left {
    width: 270px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.side_right {
    width: 910px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

#left_nv {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ddd;
  }
  
  #left_nv ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  #left_nv li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    float: left;
    background: url(../images/arrow.png) no-repeat 250px 20px #efefef;
    border-bottom: 1px solid #ddd;
    text-indent: 15px;
  }
  
  #left_nv a:hover li {
    background: url(../images/arrow.png) no-repeat 250px 20px #fff;
    width: 100%;
    height: 60px;
    display: block
  }
  
  #left_title {
    width: 100%;
    height: 80px;
    background: #1a62b4;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    color: #FFF
  }
  #second_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    float: left;
    line-height: 40px;
    color: #1a62b4;
    font-size: 18px;
    font-weight: bold;
    text-indent: 15px;
  }
  
  #second_title span {
    width: auto;
    height: 24px;
    background: url(../images/home.png) no-repeat left;
    float: right;
    text-indent: 15px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    line-height: 24px
  }
  
  #second_title span a {
    font-size: 12px;
    color: #666
  }
  
  #second_title span a:hover {
    font-size: 12px;
    color: #f00
  }


/*内容页部分*/
.content-info{
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .content-info h1{
   width: 100%;
   line-height: 45px;
   color: #004b98;
   text-align: center;
   font-size: 30px;
  }
  .content-click {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
  }
  .content-click span {
   width: auto;
   height: 35px;
   display: flex;
   justify-content: space-around;
   flex-wrap: nowrap;
   padding: 0 10px;
  }
  .content-click a{
   font-size: 14px;
  }
  
  .content-click img {
   width: 21px;
   height: 21px;
   margin: 7px;
   float: left;
  }
  .content-wz{
   text-indent: 2em;
    width: 100%;
    height: auto;
    line-height: 35px;
  
  }
  .content-wz img{
   max-width: 1100px;
   height: auto;
   display: block;
   margin: 10px auto;
  }
  
  .content-share{
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 20px auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
  }
  .share-info{
    width:230px;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
  }
  .print-info{
   width:300px;
   height: auto;
   float: right;
   display: flex;
   justify-content: space-between;
  }
  .next-page {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    line-height: 30px;
    font-size: 14px;
  }
  .next-page a {
   font-size: 14px;
  }
  
  
  
  #info {
    width: 840px;
    height: auto;
    margin: 20px;
    float: left;
    line-height: 40px;
  }
  
  #info img {
    max-width: 800px;
  }
  
  #info h1 {
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    color: #004b98;
    border-bottom: 1px dotted #ddd;
  }
  
  
  #mbx{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: url('../images/home.png') no-repeat 0 8px ;
    text-indent: 25px;
    font-size: 14px;
    float: left;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  #mbx a{
   font-size: 14px;
  }
  
  
  
  #case_seven {
    width: 880px;
    margin: 10px auto 0 auto;
    padding: 0;
    float: left
  }
  
  #case_seven ul {
    width: 100%;
    margin: 0;
    padding: 0
  }
  
  #case_seven li {
    width: 275px;
    height: 215px;
    float: left;
    margin: 8px;
  }
  
  .lanrenzhijia {
    width: 275px;
    height: 185px;
    margin: auto;
    position: relative;
  }
  
  .lanrenzhijia img {
    width: 275px;
    height: 185px;
  }
  
  .text {
    width: 275px;
    height: auto;
    background-color: #000;
    FILTER: alpha(opacity=60);
    opacity: 0.7;
    -moz-opacity: 0.7;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
  
  .imgtext {
    width: 270px;
    height: auto;
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 200%;
  }
  .pages {
    margin: 20px auto;
    text-align: center;
    line-height: 1.2;
    font-family: "微软雅黑"
}

.pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.pages li a {
    display: block;
    border: 1px solid #E5E7EA;
    background: none !important;
    background: #fff;
    padding: 5px 10px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.pages li:hover a,
.pages li.active a {
    background: #2D55B4 !important;
    border-color: #2D55B4 !important;
    color: #fff !important;
    text-decoration: none !important
}

#video-info{
     width: 100%;
     height: auto;
}

.zhuanti_pic{
     width: 100%;
     height: 325px;
     float: left;
     overflow: hidden;
}